home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / admin / RCS / Rdate,v < prev    next >
Encoding:
Text File  |  1990-03-11  |  380 b   |  33 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    douglis:1.1; strict;
  6. comment  @# @;
  7.  
  8.  
  9. 1.1
  10. date     89.11.17.12.39.28;  author douglis;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @script to run rdate after sleeping variable time
  17. @
  18.  
  19.  
  20.  
  21. 1.1
  22. log
  23. @Initial revision
  24. @
  25. text
  26. @#!/sprite/cmds/csh -f
  27. if (`hostname` =~ mint*) exit
  28. set id=`hostname -i`
  29. @@ id *= 5
  30. sleep $id
  31. rdate mint
  32. @
  33.